-
Re: PS or TT? (aka cubic vs quadratic Bézier curves, or *.otf vs *.ttf)
PS zones are limited: 7 for BlueValues and 5 for OtherBlues, while you are unlikely to ever reach the limit for TT zones.3 -
Re: Variable Font Validation
@"Adam Jagosz" import fontlab as fl for glyph in (fl.flGlyph(glyph) for glyph in fl.CurrentFont().glyphs): if glyph.activeLayer.getContours(): print( "{}: {}".format( glyph.name, …2 -
Re: Rendering issue on Windows browser - counters closing
Because Windows is trying to use your hinting information while Mac use own autohinter woff is just a compressive container in simply words, it doesn't affect rendering A typical problem with fonts o…1 -
Re: macOS Mojave?
Nope1 -
Re: Setting BlueValues suggested by FontLab
Maximum is 12 for both (24 total) including StdStems. So you can set StdHV + 11 HStemSnap and StdHW + 11 WStemSnapV. The thing is that your stem values should not be too close to each other. If they…1